home *** CD-ROM | disk | FTP | other *** search
- level2 {
- /DeviceGray
- setcolorspace} if
- /readdata {currentfile exch readhexstring pop} def
- /image2 level2 {/image load def} {{begin
- Width Height BitsPerComponent ImageMatrix
- /DataSource load image end} def} ifelse
- /beginimage {
- image2
- } def
- 12 dict begin
- /ImageType 1 def
- /Width cols def
- /Height rows def
- /ImageMatrix [cols 0 0 rows neg 0 rows] def
- /BitsPerComponent 8 def
- /Decode [0 1] def
- /DataSource {picstr1 readdata} def
- currentdict end
- beginimage
-